home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cserial / timer.h < prev    next >
C/C++ Source or Header  |  1990-04-04  |  744b  |  28 lines

  1. /*
  2.  *                               TIMER.H
  3.  *
  4.  *                           Written for the
  5.  *
  6.  *                              Datalight
  7.  *                           Microsoft V 5.x
  8.  *                                TurboC
  9.  *                                  &
  10.  *                               Zortech
  11.  *
  12.  *                             C Compilers
  13.  *
  14.  *            Copyright (c) John Birchfield 1987, 1988, 1989
  15.  */
  16.  
  17. # ifndef LINT 
  18.     extern unsigned long int timer_read ();
  19. # else
  20.     int timer_init (void);
  21.     extern int timer_term (void);
  22.     extern int timer_set (void);
  23.     extern unsigned long int timer_read (void);
  24.     extern int timeout (unsigned int);
  25.     extern void DELAY_init (void);
  26.     extern int  DELAY_loop (int);
  27. # endif
  28.